/* resset.css start */
* {
  box-sizing: border-box;
}
body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div{
  margin:0px;
  padding:0px;
  border:none;
}

h1,h2,h3,h4,h5,h6, b, strong {
  font-weight: normal;
}

ul,dl,li{
  list-style-type:none;
}
select,input{
  vertical-align:middle;
}

a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}

/* reset.css end */

/* base.css start */
body{
    font-size:62.5%;/* font-family:"黑体";*/
}
body,html{
    width:100%;min-height:100%;
}

/* 清除浮动 */
clearfix::before, .clearfix::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}
.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[hidden], .hide{
  display: none;
}


/* base.css end */
